home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
util
/
misc
/
mousetest.lha
/
tstR.scp
< prev
Wrap
Text File
|
1992-12-17
|
228b
|
11 lines
;This script reports the status of the
; right mouse button two seconds after it is run.
wait 2 secs
TestRMB
if WARN
echo "The right mousebutton was pressed."
else
echo "The right mousebutton was NOT pressed."
endif